home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / daolibb / cust2pag.h < prev    next >
C/C++ Source or Header  |  1998-12-31  |  1KB  |  51 lines

  1. #if !defined(AFX_CUST2PAGE_H__A5AA0F08_A0B5_11D2_91E7_5E7A36000000__INCLUDED_)
  2. #define AFX_CUST2PAGE_H__A5AA0F08_A0B5_11D2_91E7_5E7A36000000__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Cust2Page.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CCust2Page dialog
  12.  
  13. class CCust2Page : public CDaoPropPage
  14. {
  15.     DECLARE_DYNCREATE(CCust2Page)
  16.  
  17. // Construction
  18. public:
  19.     CCust2Page();
  20.     ~CCust2Page();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CCust2Page)
  24.     enum { IDD = IDD_CUSTOMER2 };
  25.     CDaoCheck    m_NewCustomer;
  26.     CDaoCombo    m_ModemType;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generate virtual function overrides
  32.     //{{AFX_VIRTUAL(CCust2Page)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CCust2Page)
  41.         // NOTE: the ClassWizard will add member functions here
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44.  
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_CUST2PAGE_H__A5AA0F08_A0B5_11D2_91E7_5E7A36000000__INCLUDED_)
  51.